<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu, arial, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

/*修改浏览器的滚动条*/
::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
    border-left: 1px solid #d2d2d2;
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    border: 1px solid #979797;
    min-height: 28px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    border: 1px solid #636363;
    background-color: #929292;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* input::-ms-clear,::-ms-reveal{display:none;} */
input, button, select, textarea {
    outline: none;
    font-family: inherit;
}

select::-ms-expand {
    display: none;
    opacity: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

/* *, *:after, *:before {
    box-sizing: border-box;
} */

.hide {
    display: none;
}

@font-face {
    font-family: 'iconfont';  /* project id 371464 */
    src: url('//at.alicdn.com/t/font_371464_3qzvtntjnwdygb9.eot');
    src: url('//at.alicdn.com/t/font_371464_3qzvtntjnwdygb9.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_371464_3qzvtntjnwdygb9.woff') format('woff'),
    url('//at.alicdn.com/t/font_371464_3qzvtntjnwdygb9.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_371464_3qzvtntjnwdygb9.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.nav_title {
    right: 453px;
}
.xmofinance__mainbody.GFinfo665 , xmofinance__mainbody{
    min-height: 600px;
}
.xmfd2as1 a{
    cursor: pointer;
}

</pre></body></html>